home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
acehtmlfree.exe
/
0
/
RCDATA
/
TCUSTOMDICTIONARYEDITDIALOG
/
TCUSTOMDICTIONARYEDITDIALOG.txt
Wrap
Text File
|
2006-04-19
|
6KB
|
267 lines
object CustomDictionaryEditDialog: TCustomDictionaryEditDialog
Left = 603
Top = 386
BorderStyle = bsDialog
Caption = 'Custom Dictionary'
ClientHeight = 333
ClientWidth = 314
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl: TPageControl
Left = 0
Top = 0
Width = 313
Height = 297
ActivePage = AddedWordsSheet
TabOrder = 0
object AddedWordsSheet: TTabSheet
Caption = 'xxAdd&ed Words'
OnShow = AddedWordsSheetShow
object AddedWordsExplain: TLabel
Left = 8
Top = 8
Width = 289
Height = 41
AutoSize = False
Caption =
'xxThese words will be considered correct during a spell check op' +
'eration.'
WordWrap = True
end
object IgnoreEditLabel: TLabel
Left = 8
Top = 48
Width = 88
Height = 13
Caption = 'xx&Ignore this word:'
FocusControl = IgnoreEdit
end
object IgnoreList: TListBox
Left = 8
Top = 91
Width = 209
Height = 170
ItemHeight = 13
Sorted = True
TabOrder = 1
OnClick = IgnoreListClick
end
object IgnoreEdit: TEdit
Left = 8
Top = 64
Width = 209
Height = 21
TabOrder = 0
OnChange = IgnoreEditChange
OnKeyDown = IgnoreEditKeyDown
end
object AddIgnoreButton: TButton
Left = 224
Top = 64
Width = 75
Height = 23
Caption = 'xx&Add'
TabOrder = 2
OnClick = AddIgnoreButtonClick
end
object DeleteIgnoreButton: TButton
Left = 224
Top = 91
Width = 75
Height = 23
Caption = 'xx&Delete'
TabOrder = 3
OnClick = DeleteIgnoreButtonClick
end
end
object AutoCorrectWordsSheet: TTabSheet
Caption = 'xxA&uto-Correct Pairs'
ImageIndex = 1
OnShow = AutoCorrectWordsSheetShow
object ReplaceEditLabel: TLabel
Left = 8
Top = 48
Width = 53
Height = 13
Caption = 'xx&Replace:'
FocusControl = ReplaceEdit
end
object WithEditLabel: TLabel
Left = 96
Top = 48
Width = 35
Height = 13
Caption = 'xx&With:'
FocusControl = WithEdit
end
object AutoCorrectWordsExplain: TLabel
Left = 8
Top = 8
Width = 289
Height = 41
AutoSize = False
Caption =
'xxThese words will automatically be corrected when encountered d' +
'uring a spell check.'
WordWrap = True
end
object AutoCorrectList: TListView
Left = 8
Top = 91
Width = 209
Height = 170
Columns = <
item
end
item
end>
HideSelection = False
ReadOnly = True
RowSelect = True
ShowColumnHeaders = False
SortType = stText
TabOrder = 2
ViewStyle = vsReport
OnSelectItem = AutoCorrectListSelectItem
end
object ReplaceEdit: TEdit
Left = 8
Top = 64
Width = 81
Height = 21
TabOrder = 0
OnChange = ReplaceEditChange
OnKeyDown = ReplaceEditKeyDown
end
object WithEdit: TEdit
Left = 96
Top = 64
Width = 121
Height = 21
TabOrder = 1
OnChange = WithEditChange
OnKeyDown = WithEditKeyDown
end
object AddAutoCorrectButton: TButton
Left = 224
Top = 64
Width = 75
Height = 23
Caption = 'xx&Add'
TabOrder = 3
OnClick = AddAutoCorrectButtonClick
end
object DeleteAutoCorrectButton: TButton
Left = 224
Top = 91
Width = 75
Height = 23
Caption = 'xx&Delete'
TabOrder = 4
OnClick = DeleteAutoCorrectButtonClick
end
end
object ExcludedWordsSheet: TTabSheet
Caption = 'xx&Excluded Words'
ImageIndex = 2
OnShow = ExcludedWordsSheetShow
object ExcludeWordsExplanation: TLabel
Left = 8
Top = 8
Width = 289
Height = 39
AutoSize = False
Caption =
'xxThese words will always be considered incorrect during a spell' +
' check operation.'
WordWrap = True
end
object ExcludeEditLabel: TLabel
Left = 8
Top = 48
Width = 96
Height = 13
Caption = 'xxE&xclude this word:'
FocusControl = ExcludeEdit
end
object ExcludeList: TListBox
Left = 8
Top = 91
Width = 209
Height = 170
ItemHeight = 13
Sorted = True
TabOrder = 1
OnClick = ExcludeListClick
end
object ExcludeEdit: TEdit
Left = 8
Top = 64
Width = 209
Height = 21
TabOrder = 0
OnChange = ExcludeEditChange
OnKeyDown = ExcludeEditKeyDown
end
object AddExcludeButton: TButton
Left = 224
Top = 64
Width = 75
Height = 23
Caption = 'xx&Add'
TabOrder = 2
OnClick = AddExcludeButtonClick
end
object DeleteExcludeButton: TButton
Left = 224
Top = 91
Width = 75
Height = 23
Caption = 'xx&Delete'
TabOrder = 3
OnClick = DeleteExcludeButtonClick
end
end
end
object OK: TButton
Left = 231
Top = 304
Width = 75
Height = 23
Anchors = [akLeft, akBottom]
Caption = 'xx&OK'
ModalResult = 1
TabOrder = 2
end
object HelpButton: TButton
Left = 150
Top = 304
Width = 75
Height = 23
Caption = 'xxHelp'
TabOrder = 1
OnClick = HelpButtonClick
end
object DialogControl: TConfigurationDialogCtrl
OnConfigurationAvailable = DialogControlConfigurationAvailable
OnCustomDictionaryAvailable = DialogControlCustomDictionaryAvailable
Top = 304
end
object Timer: TTimer
Enabled = False
Interval = 5
OnTimer = TimerTimer
Left = 32
Top = 304
end
end